projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7765da
)
x11: Replace RROutput with XID as used in GdkX11Monitor
author
Rico Tzschichholz
<ricotz@ubuntu.com>
Fri, 27 May 2016 07:27:53 +0000
(09:27 +0200)
committer
Rico Tzschichholz
<ricotz@ubuntu.com>
Fri, 27 May 2016 07:32:14 +0000
(09:32 +0200)
This avoids an unconditional use of XRandr symbol.
gdk/x11/gdkscreen-x11.c
patch
|
blob
|
history
diff --git
a/gdk/x11/gdkscreen-x11.c
b/gdk/x11/gdkscreen-x11.c
index 3e608bf83e9587a11e33b88492b0eaa93921a441..34dfcccd58c3f695b8d4e141881254287b4166cd 100644
(file)
--- a/
gdk/x11/gdkscreen-x11.c
+++ b/
gdk/x11/gdkscreen-x11.c
@@
-368,7
+368,7
@@
check_is_composited (GdkDisplay *display,
}
static GdkX11Monitor *
-find_monitor_by_output (GdkX11Display *x11_display,
RROutput
output)
+find_monitor_by_output (GdkX11Display *x11_display,
XID
output)
{
int i;